#zphCalendar table {
	border-collapse: separate;
	border: none;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
}
#zphCalendar td,
th {
	width: 28px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	/*background: url(../img/cells.png);*/
	color: #444;
	position: relative;
}
#zphCalendar th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#zphCalendar td:hover,
th:hover {
	background-position: 0px -81px;
	color: #222;
}
#zphCalendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#zphCalendar td.date_has_event:hover {
	background-position: 162px -81px;
}
#zphCalendar td.padding {
	background: url(../img/calpad.jpg);
}
#zphCalendar td.today {
	background-position: 81px 0px;
	color: white;
}
#zphCalendar td.today:hover {
	background-position: 81px -81px;
}
#zphCalendar .events {
	position: relative;
}
#zphCalendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #e7ecf2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#zphCalendar .events li {
	padding-bottom: 5px;
}
#zphCalendar .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#zphCalendar .events li span.title {
	font-weight: bold;
	color: #222;
}

#calTable {
	border-collapse: collapse;
	/* border:5px solid #C3D9FF;*/
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	width: 100%;
}
#zphCalendar .className {
	line-height: 22px;
	height: 19px;
	width: 47px;
	color: #ffffff;
	background-color: #ededed;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-start(0.05, #9aadd9),
		color-stop(1, #9db8f0)
	);
	background: -moz-linear-gradient(top, #9aadd9 5%, #9db8f0 100%);
	background: -o-linear-gradient(top, #9aadd9 5%, #9db8f0 100%);
	background: -ms-linear-gradient(top, #9aadd9 5%, #9db8f0 100%);
	background: linear-gradient(to bottom, #9aadd9 5%, #9db8f0 100%);
	background: -webkit-linear-gradient(top, #9aadd9 5%, #9db8f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aadd9', endColorstr='#9db8f0',GradientType=0);
	border: 1px solid #314179;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
	box-shadow: inset 0px 1px 0px 0px #7a8eb9;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
#zphCalendar .className:hover {
	cursor: pointer;
	background-color: #f5f5f5;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-start(0.05, #9db8f0),
		color-stop(1, #9aadd9)
	);
	background: -moz-linear-gradient(top, #9db8f0 5%, #9aadd9 100%);
	background: -o-linear-gradient(top, #9db8f0 5%, #9aadd9 100%);
	background: -ms-linear-gradient(top, #9db8f0 5%, #9aadd9 100%);
	background: linear-gradient(to bottom, #9db8f0 5%, #9aadd9 100%);
	background: -webkit-linear-gradient(top, #9db8f0 5%, #9aadd9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db8f0', endColorstr='#9aadd9',GradientType=0);
}

#zphCalendar td.calBox {
	width: 38px;
	height: 34px;
}

#zphCalendar td.day {
	text-align: center;
	/*background:none;*/
	color: #000;
	height: 34px;
}

#zphCalendartd.calBox {
	text-align: center;
	/*background:none;*/
	color: #545454;
	height: 36px;
}
#zphCalendar td .lastMonth,
td .nextMonth {
	color: #aaa;
}

#zphCalendar td .today {
	background: none repeat scroll 0% 0% #3d94ea;
	border-radius: 15px;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
}
#zphCalendar td .sch {
	background: none repeat scroll 0% 0% red;
	border-radius: 15px;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: relative;
	top: 5px;
}
#zphCalendar td .passch {
	background: none repeat scroll 0% 0% #666;
	border-radius: 15px;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: relative;
	top: 5px;
}

#dateInfo {
	font-weight: bold;
	margin: 3px;
	text-align: left;
	font-size: 14px;
	height: 25px;
}

#zphCalendar {
	display: flex;
	flex-direction: column;
}
#zphCalendar .tool {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.4em 0;
}
#zphCalendar .tool #pre span {
	font-size: 24px;
	font-weight: 600;
}
#zphCalendar .tool .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#zphCalendar .tool .content .title {
	font-size: 1.1em;
	font-weight: 600;
	color: #0085cc;
}
#zphCalendar .tool #month {
}
#zphCalendar .tool #year {
}

#zphCalendar .wdate {
}
#zphCalendar .date-box {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#zphCalendar .date-center {
	width: 26px;
	margin: 0 auto;
	text-align: center;
	cursor: default;
	font-weight: 600;
}
#zphCalendar .message {
	width: 200px;
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	text-align: left;
	background: #fff;
	z-index: 100000;
	font-size: 12px;
	color: #333;
	display: none;
}
#zphCalendar .message ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#zphCalendar .message ul li {
	line-height: 24px;
	padding-left: 5px;
}
#zphCalendar .message ul li a {
	color: #333;
	text-decoration: none;
}
#zphCalendar .message ul li span {
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/common-icons.png") no-repeat 0 -343px;
	text-align: center;
	line-height: 20px;
}
#zphCalendar .message ul li span.xn {
	color: #fff;
}
#zphCalendar .message ul li span.xw {
	color: #fff;
}

@media (min-width: 768px) and (max-width: 960px) {
	#zphCalendar .wdate {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 400px) {
	#zphCalendar .wdate {
		width: 100%;
	}
}
